AConfiguration_isBetterThan

Determine whether the configuration in 'test' is better than the existing configuration in 'base'. If 'requested' is non-NULL, this decision is based on the overall configuration given there. If it is NULL, this decision is simply based on which configuration is more specific. Returns non-0 if 'test' is better than 'base'.

This assumes you have already filtered the configurations with AConfiguration_match().

extern (C) nothrow @nogc
int
AConfiguration_isBetterThan
(
AConfiguration* base
,
AConfiguration* test
,
AConfiguration* requested
)

Meta